Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hmac-sha512/256 #14

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

cmazakas
Copy link
Member

No description provided.

@@ -573,6 +573,10 @@ class sha2_512_256 : detail::sha2_512_base
public:

using result_type = std::array<unsigned char, 32>;
using size_type = std::size_t;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

size_type should be of fixed size, in this case uint64_t.

@pdimov pdimov merged commit 582e6d4 into boostorg:develop Oct 17, 2024
56 of 57 checks passed
@cmazakas cmazakas deleted the feature/hmac-sha512-256 branch October 17, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants